-
Notifications
You must be signed in to change notification settings - Fork 0
[feat/#137] 기록에 좋아요한 유저 목록을 조회 #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
yongjun0511
reviewed
Dec 27, 2025
| return new SliceResponse<>(List.of(), true); | ||
| } | ||
|
|
||
| List<Member> members = likes.stream().map(MemberLike::getMember).toList(); |
Collaborator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분 N+1문제가 터질 것 같아요.
페이징은 기존에 사용하던 Projection 적용 부탁드려요(customRepository)! 성능 차이가 큽니다!
…into feat/#137-get-liked-users
|
yongjun0511
added a commit
that referenced
this pull request
Jan 11, 2026
* feat: PCKE 필드 추가 (#207) * feat: PCKE 필드 추가 * fix: test 고치기 --------- Co-authored-by: 나용준 <[email protected]> * [feat/#137] 기록에 좋아요한 유저 목록을 조회 (#138) * init : 파일 생성 * feat : 좋아요한 유저 조회 구현 * fix : projection 적용, n+1 문제 해결 * chore : 코드 정리 * fix : 코드 정리 * [feat/#206] OIDC pkce 제거 및 딥링크 TEST (#209) * feat: PCKE 필드 추가 * fix: test 고치기 * Revert "fix: test 고치기" This reverts commit 91d8c91. * Revert "feat: PCKE 필드 추가" This reverts commit 875aefb. * fix: 딥링크 리다이랙트 --------- Co-authored-by: 나용준 <[email protected]> --------- Co-authored-by: 나용준 <[email protected]> Co-authored-by: paeng <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



📌 연관 이슈
🌱 PR 요약
🛠 작업 내용
📸 스크린샷
❗️리뷰어들께